* {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

i {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  vertical-align: middle;
  border: 0;
}

input {
  border: 0;
  outline: 0;
}
body {
  min-width: 1024px;
}

.PcBtn {
  display: none;
}
.AppBtn {
  position: absolute;
  display: none;
  width: 52px;
  height: 18px;
  background: url(MEPC_index_wapico_v202007.gif) no-repeat;
  right: 20px;
  top:5px;
  z-index: 999;
  padding-left: 20px;
  font-size: 14px;
  color: #B22210;
}
/*
.AppBtn {
  position: fixed;
  display: none;
  width: 95px;
  height: 95px;
  background: url(MEPC_index_wapico_v2020.png) no-repeat;
  background-size:100% 100%;
  right: 10px;
  bottom:40%;
  z-index: 999;
}
*/
.style_App {
  width: 140px;
  margin: 20px auto 0;
  line-height: 50px;
  text-align: center;
  border: 1px #D1DAE7 solid;
  border-radius: 5px;
  display: none;
  font-size: 26px;
  color: #566A87;
}

.clear {width: 30px;height: 35px;line-height: 30px;text-align: center;padding-right: 10px;visibility: hidden;opacity: 0.8;color: #2f6b98;cursor: pointer;}
input::-ms-clear, input::-ms-reveal{
  display: none;
}
input[type=text]::-ms-clear {
  display:none
}


.mee {
  width: 1200px;
  margin: 0 auto;
}

.header {
  height: 130px;
}

.header .left {
  float: left;
  height: 100%;
  width: 50%;
}

.header .right {
  float: right;
  height: 100%;
  width: 50%;
}

.header .logo {
  padding-top: 28px;
  display: block;
  float: left;
  margin-right: 15px;
}

.header .name {
  display: block;
  float: left;
  padding-top: 44px;
  font-weight: bold;
  color: #135a96;
  font-size: 19px;
}

.header .right .r1 {
  float: right;
  color: #00406c;
  overflow: visible;
  width: 100%;
  margin: 9px 0 26px 0;
  padding-left: 0;
}

.header .right .r1 .downarrow {
  vertical-align: middle;
}

.header .right .r1 li {
  float: right;
  height: 17px;
  line-height: 17px;
  padding: 0 20px;
  cursor: pointer;
}
.header .right .r1 .li1 {
  position: relative;
}

.header .right .eng {
  display: none;
  position: absolute;
  left: 15px;
  top: 17px;
  width: 57px;
  height: 22px;
  line-height: 22px;
  /* background: #ccc; */
  z-index: 9999;
  text-align: center;

}

.header .right .r1 li.li2 {
  background: url(./MEPC_base_headLi_bg_v2019_03.png) no-repeat;
}

.header .right .r1 li.li1:hover .eng {
  display: block;
}

.header .right .search {
  float: right;
  /* width: 100%; */
  width: 329px;
  height: 36px;
  margin-left: 10px;
  background: url(./MEPCC_base_SearchBg_v2019_03.png) no-repeat;
  cursor: pointer;
}

.header .right .search .btn {
  float: right;
  display: block;
  background: none;
  width: 34px;
  height: 34px;
  background: url(MEPC_base_BiggerLens_v2019_06.png) no-repeat;
  background-position: 0 7px;
  cursor: pointer;
}

.header .right .search .input {
  display: block;
  float: left;
  border: 0;
  outline: 0;
  height: 34px;
  line-height: 34px;
  margin-top: 1px;
  margin-left: 22px;
  font-size: 18px;
  color: #b2b2b2;
  width: 250px;
  font-family: "Times New Roman";
}

.header .right .key_word {
  font-family: Times New Roman;
  display: block;
  float: right;
  margin-top: 11px;
  font-size: 14px;
  margin-left: 200px;
  height: 30px;
}

.header .right .key_word .key_word_title {
  color: #808080;
}

.header .right .key_word .key_word_con a {
  color: #333333;
}

.footer {
  background: #f7f7f7;
  padding-top: 45px;
  padding-bottom: 30px;
  /* margin-top: 200px; */
  border-top: 2px solid #407ca7;
  overflow: hidden;
}

.footer .line1 {
  overflow: hidden;
}

.footer .ssc {
  float: left;
  overflow: hidden;
  width: 344px;

}

.footer .ssc li {
  float: left;
  padding: 0 30px;
  background: url(./MEPC_base_footLi_bg_v2019_19.png) no-repeat;
  background-position: 0 4px;
}

.footer .ssc li a {
  color: #8a919f;
  font-size: 16px;
}

.footer .ssc li.li1 {
  padding-left: 0;
  background: 0;
}

.footer .ssc li.li3 {
  padding-right: 0;
}

.footer .copyRight {
  margin: 0 152px;
}

.footer .copyRight,
.footer .regNum {
  float: left;
  color: #8a919f;
}

.footer .line2,
.footer .line3 {
  font-size: 16px;
  color: #8a919f;
  text-align: center;
}

.footer .line2 {
  margin-top: 20px;
  margin-bottom: 24px;
}


@media screen and (max-width:1440px) {
  .mee {
    width: 1000px;
    margin: 0 auto;
  }

  .header {
    height: 110px;
  }

  .header .left {
    float: left;
    height: 100%;
    width: 50%;
  }

  .header .right {
    float: right;
    height: 100%;
    width: 50%;
  }

  .header .logo {
    padding-top: 23px;
    display: block;
    float: left;
    margin-right: 12px;
  }

  .header .name {
    display: block;
    float: left;
    padding-top: 37px;
    font-weight: bold;
    color: #135a96;
    font-size: 17px;
  }

  .header .right .r1 {
    float: right;
    color: #00406c;
    overflow: visible;
    width: 100%;
    margin: 6px 0 21px 0;
    padding-left: 0;
    font-size: 14px;
  }

  .header .right .r1 .downarrow {
    vertical-align: middle;
  }

  .header .right .r1 li {
    float: right;
    height: 14px;
    line-height: 14px;
    padding: 0 15px;
    cursor: pointer;
  }
  .header .right .li1 {
    position: relative;
  }

  .header .right .eng {
    display: none;
    position: absolute;
    top: 14px;
    left: 10px;
    width: 57px;
    height: 22px;
    line-height: 22px;
  }

  .header .right .eng a {
    color: #00406c;
  }

  .header .right .r1 li.li2 {
    background: url(./MEPC_base_headLi_bg_v2019_03.png) no-repeat;
    padding-right: 0;
  }

  .header .right .r1 li.li1:hover .eng {
    display: block;
  }

  .header .right .search {
    float: right;
    /* width: 100%; */
    width: 274px;
    height: 31px;
    margin-left: 10px;
    background: url(./MEPC_base_SearchBg1000_v2019_03.png) no-repeat;
    cursor: pointer;
  }

  .header .right .search .btn {
    float: right;
    background: url(MEPC_base_BiggerLens1000_v2019_06.png) no-repeat;
    background-position: 0 6px;
  }


  .header .right .search .input {
    display: block;
    float: left;
    border: 0;
    outline: 0;
    height: 27px;
    line-height: 27px;
    margin-top: 2px;
    margin-left: 22px;
    font-size: 18px;
    color: #b2b2b2;
    width: 195px;
  }

  .header .right .key_word {
    font-family: Times New Roman;
    display: block;
    float: right;
    margin-top: 8px;
    font-size: 12px;
    margin-left: 200px;
    height: 30px;
  }

  .header .right .key_word .key_word_title {
    color: #808080;
  }

  .header .right .key_word .key_word_con a {
    color: #333333;
  }

  .footer {
    background: #f7f7f7;
    padding-bottom: 30px;
    padding-top: 37px;
    font-family: Arial;
    /* margin-top: 200px; */
  }

  .footer .line1 {
    overflow: hidden;
    font-size: 14px;
  }

  .footer .ssc {
    float: left;
    overflow: hidden;
    width: 248px;
  }

  .footer .ssc li {
    float: left;
    padding: 0 13px;
    background: url(./MEPC_base_footLi_bg_v2019_19.png) no-repeat;
    background-position: 0 2px;
  }

  .footer .ssc li a {
    color: #8a919f;
    font-size: 14px;
  }

  .footer .ssc li.li1 {
    padding-left: 0;
    background: 0;
  }

  .footer .ssc li.li3 {
    padding-right: 0;
  }

  .footer .copyRight {
    margin: 0 153px;
  }

  .footer .copyRight,
  .footer .regNum {
    float: left;
    color: #8a919f;
  }

  .footer .line2,
  .footer .line3 {
    font-size: 14px;
    color: #8a919f;
    text-align: center;
  }

  .footer .line2 {
    margin-top: 17px;
    margin-bottom: 20px;
  }

}